const github.com/google/go-cmp/cmp.identRx
3 uses
github.com/google/go-cmp/cmp (current package)
options.go#L253: const identRx = `[_\p{L}][_\p{L}\p{N}]*`
options.go#L255: var identsRx = regexp.MustCompile(`^` + identRx + `(\.` + identRx + `)*$`)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)